home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
database
/
logit302.exe
/
CLEANUP.BAT
next >
Wrap
DOS Batch File
|
1989-01-22
|
525b
|
17 lines
CLS
@echo off
echo Running CLEANUP will delete the the large data files generated
echo during LogIt! processing log processing. As part of this process
echo it will delete LOGITLOG.TXT & new *.DBF files which are text and
echo dBASE compatable files and for which you might have some other use.
echo To abort this process, press ^C, or else
pause
echo on
DEL V3DB1.DBF
DEL V3DB2.DBF
DEL V3DB2A.DBF
DEL V3DB3.DBF
DEL V3USAGE.NDX
DEL V3SUMTMP.DBF
DEL LOGITLOG.TXT